home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_348 / fileio / requesternote < prev    next >
Text File  |  1992-05-06  |  2KB  |  35 lines

  1.    The latest version of the dissidents FileIO requester.library is 1.6.
  2. The library can be found in the libs drawer on this disk. By clicking on
  3. the "Click Me First" icon, a workbench user can copy all of the dissidents
  4. libraries to his boot disk. This is necessary to run the demos and programs
  5. on this disk. CLI users should CD to this disk and run the InstallLibs
  6. program.
  7.  
  8.    BUG FIXES
  9.   -----------
  10.  
  11.    A rather obscure bug was found and corrected. This bug would cause the
  12. requester to crash when the user entered a drawer on a disk, and then
  13. immediately went to another disk with a file in the root level with the same
  14. name as that previous directory. If this sounds weird, it is, but now you no
  15. longer have to worry about this unusual set of circumstances occurring.
  16.  
  17.    The C Include file, FileIO.h, was missing a definition of one of the
  18. library's functions, GetFullPathname().
  19.  
  20.  
  21.    NEW FEATURES
  22.   -------------
  23.  
  24.    A new function, PutProjIcon(), has been added so that programs that do
  25. nothing more with icons than save a PROJECT icon (for a data file perhaps)
  26. need not open the icon library. (That's 6K of C code. BLEECH!)
  27.  
  28.   There are new files FileIO.i, FileIO.h, and FileInterface.asm, and
  29. requester_lib.fd as a result of this new function. I did not make a new
  30. bmap file for AmigaBasic users. That's what the .fd file is for. You do it.
  31.  
  32.   Also, for Lattice users, there is a BLink object file for FileInterface.asm
  33. since the Lattice assembler doesn't seem to like certain pseudo opcodes that
  34. I frequently use with my assembler.
  35.